home *** CD-ROM | disk | FTP | other *** search
/ 3D Game Programming All in One / 3D Game Programming All in One Disc.iso / 3D2E / RESOURCES / KOOB / common / ui / FrameOverlayGui.gui < prev    next >
Text File  |  2005-11-23  |  669b  |  30 lines

  1. //--- OBJECT WRITE BEGIN ---
  2. new GuiControl(FrameOverlayGui) {
  3.     profile = "GuiModelessDialogProfile";
  4.     horizSizing = "right";
  5.     vertSizing = "bottom";
  6.     position = "0 0";
  7.     extent = "640 480";
  8.     minExtent = "8 8";
  9.     visible = "True";
  10.     setFirstResponder = "True";
  11.     modal = "false";
  12.     helpTag = "0";
  13.    noCursor = true;
  14.  
  15.     new GuiConsoleTextCtrl(TextOverlayControl) {
  16.         profile = "GuiTextProfile";
  17.         horizSizing = "right";
  18.         vertSizing = "bottom";
  19.         position = "5 5";
  20.         extent = "15 18";
  21.         minExtent = "8 8";
  22.         visible = "True";
  23.         setFirstResponder = "True";
  24.         modal = "True";
  25.         helpTag = "0";
  26.         expression = "10";
  27.     };
  28. };
  29. //--- OBJECT WRITE END ---
  30.